home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / Ahnenblatt / absetup.exe / {app} / Ahnblatt.exe / 0 / RCDATA / TPPPRNPRGDLG / TPPPRNPRGDLG.txt
Text File  |  2014-12-03  |  1KB  |  65 lines

  1. object PPPrnPrgDlg: TPPPrnPrgDlg
  2.   Left = 477
  3.   Top = 109
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Print Progress'
  9.   ClientHeight = 133
  10.   ClientWidth = 293
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel: TBevel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 277
  22.     Height = 57
  23.     Shape = bsFrame
  24.   end
  25.   object lblStatus: TLabel
  26.     Left = 20
  27.     Top = 20
  28.     Width = 249
  29.     Height = 13
  30.     Alignment = taCenter
  31.     AutoSize = False
  32.     Caption = 'lblStatus'
  33.   end
  34.   object lblPageNumber: TLabel
  35.     Left = 20
  36.     Top = 40
  37.     Width = 253
  38.     Height = 13
  39.     Alignment = taCenter
  40.     AutoSize = False
  41.     Caption = 'lblPageNumber'
  42.   end
  43.   object ProgBar: TProgressBar
  44.     Left = 8
  45.     Top = 76
  46.     Width = 277
  47.     Height = 13
  48.     Min = 0
  49.     Max = 10
  50.     Step = 1
  51.     TabOrder = 0
  52.   end
  53.   object btnCancel: TButton
  54.     Left = 109
  55.     Top = 100
  56.     Width = 75
  57.     Height = 25
  58.     Cancel = True
  59.     Caption = '&Cancel'
  60.     Default = True
  61.     ModalResult = 2
  62.     TabOrder = 1
  63.   end
  64. end
  65.